Package raar.agent.process

Interface Summary
RAAgentDependentProcess Processes that depend on an agent must implement this, because some parts of agents are not serializable.
RAWorldDependentProcess Processes that are sensitive to operation in a certain type of world implement this interface to indicate this dependence.
 

Class Summary
RAConnectionTester Tests whether a proposed connection is allowed.
RADebuggerProcess RADebuggerProcess (Monitor) is used to output certain values in the process map.
RAInhibitProcess RAInhibitProcesss is a SpecialProcess with two inputs (inhibitor and inhibitee) and one output.
RAPair Pairs of Processes between which we can send some info.
RAProcess RAProcess models a process in the RA environment.
RASpecialProcess RASpecialProcess is a process that executes and sends it's data before regular processes (RAProcess) are allowed to do so.
RASuppressProcess RASuppressProcesss is a SpecialProcess with two inputs (suppressor and suppressee) and one output.